home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 February
/
PCWorld_2001-02_cd.bin
/
Novinky
/
Becherovka
/
KoktejlovePexeso-oldes
/
pexeso.swf
/
scripts
/
DefineButton2_223
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2000-12-04
|
492b
|
27 lines
on(release){
if(eval("../:odkrytych") < 2)
{
set("../:kid",kid);
set("../:char",eval("../../:kdch" add kid));
set("../:aktivnikarta",k);
set("../../:x",x);
set("../../:y",y);
_root.deska.OtocKartu();
if(eval("../:animace") == 1)
{
gotoAndPlay(10);
}
else
{
gotoAndStop(15);
}
}
else
{
tellTarget("../")
{
gotoAndStop("hra");
}
}
}